{
  "name": "React-hermes",
  "version": "0.71.3",
  "summary": "Hermes engine for React Native",
  "homepage": "https://reactnative.dev/",
  "license": "MIT",
  "authors": "Facebook, Inc. and its affiliates",
  "platforms": {
    "osx": "10.14",
    "ios": "12.4"
  },
  "source": {
    "git": "https://github.com/facebook/react-native.git",
    "tag": "v0.71.3"
  },
  "source_files": [
    "executor/*.{cpp,h}",
    "inspector/*.{cpp,h}",
    "inspector/chrome/*.{cpp,h}",
    "inspector/detail/*.{cpp,h}"
  ],
  "public_header_files": "executor/HermesExecutorFactory.h",
  "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation",
  "pod_target_xcconfig": {
    "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/hermes-engine/destroot/include\" \"$(PODS_TARGET_SRCROOT)/..\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/libevent/include\"",
    "GCC_PREPROCESSOR_DEFINITIONS": "HERMES_ENABLE_DEBUGGER=1"
  },
  "header_dir": "reacthermes",
  "dependencies": {
    "React-cxxreact": [
      "0.71.3"
    ],
    "React-jsiexecutor": [
      "0.71.3"
    ],
    "React-jsinspector": [
      "0.71.3"
    ],
    "React-perflogger": [
      "0.71.3"
    ],
    "RCT-Folly": [
      "2021.07.22.00"
    ],
    "DoubleConversion": [

    ],
    "glog": [

    ],
    "RCT-Folly/Futures": [
      "2021.07.22.00"
    ],
    "hermes-engine": [

    ],
    "React-jsi": [

    ]
  }
}
